home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / pslatex / README < prev   
Text File  |  1993-04-18  |  4KB  |  97 lines

  1. The files in this directory constitute the distribution of PSLaTeX, a
  2. set of extensions and changes to LaTeX to make it PostScript-based.
  3.  
  4. Instructions can be found in pslatex.tex; this can be processed with
  5. LaTeX (ignore warnings).  When PSLaTeX is built, reprocess the
  6. pslatex.tex using that.  Users should also read pslatex.tex; gurus may
  7. wish to read fonts.tex also.
  8.  
  9. To print DVI files produced by PSLaTeX you must have a DVI to
  10. PostScript processor capable of using unmapped device-resident fonts.
  11. Additionally, you may have to modify the header file downloaded to
  12. your PostScript device as per the instructions in pslatex.tex.  Things
  13. are much easier with dvips, 'cos that's what I use.
  14.  
  15. ------------------------------------------------------------------------
  16. Summary of files
  17.  
  18. README         this file
  19.  
  20. morefont.tex    } PSLaTeX itself
  21. pslplain.tex    }
  22.  
  23. lfonts.psl    } replacements for part of the New Font Selection code.
  24. fontdef.psl    }
  25.  
  26. oldlfonts.psl    } optional part of NFSS
  27. preload.psl    } example of preloaded fonts
  28.  
  29. pslatex.tex     documentation for PSLaTeX
  30. pslatex.ps    output of pslatex.tex from dvips
  31.  
  32. BUGS        change history
  33.  
  34. In the fonts/ subdirectory
  35.  
  36. tfm, vf, vpl    directories containing TFM, VF and VPL files for
  37.         PostScript fonts.  Install the TFM and VF files as
  38.         described above.
  39.  
  40. makefonts.ps    PostScript code to create derived fonts
  41. thicken.ps    Header file for dvips
  42.  
  43. psfonts.ext    Extension to dvips's psfonts.map.
  44.  
  45. fonts.tex     contains some information about the choice of fonts used by
  46.         PSLaTeX. 
  47.  
  48. afm2tfm.c    A modified version of Tomas Rokicki's afm2tfm
  49.         program, used to make TFM and VF files.
  50.  
  51. ------------------------------------------------------------------------
  52.  
  53.  
  54.  
  55. Mario Wolczko
  56.  
  57.    ______      Dept. of Computer Science    Internet:   mario%ux.cs.man.ac.uk
  58.  /~      ~\    The University               USENET: mcvax!ukc!man.cs.ux!mario
  59. (    __    )   Manchester M13 9PL           JANET:      mario@uk.ac.man.cs.ux
  60.  `-':  :`-'    U.K.                         Tel:    +44-61-275 2000 extn 6146
  61. ____;  ;_____________the mushroom project____________________________________
  62.  
  63. Trademarks, etc, can be found in pslatex.tex.
  64.  
  65.  
  66.     Hints on DVI->PostScript convertors (for those not using dvips)
  67.  
  68. There are many, many DVI to PostScript convertors available now, each
  69. with a different set of features.  To guide you in choosing one to use
  70. with PSLaTeX, you should bear the following in mind:
  71.  - LaTeX uses the Computer Modern (CM) fonts, for which PK, GF, or PXL
  72.    files are provided as part of the TeX distribution.  The files
  73.    contain the bitmaps used to print each glyph in a font.  PSLaTeX
  74.    uses fonts resident within the PostScript printing engine, and does
  75.    not need bitmaps for these fonts, only width information in the
  76.    form of a TeX Metric File (TFM).  Indeed, bitmaps for these fonts
  77.    are not generally available.
  78.    Therefore, a convertor to be used with PSLaTeX must recognise that
  79.    some fonts are resident within the printing engine, and not attempt
  80.    to download bitmaps.
  81.  - As mentioned in the document that describes font usage in PSLaTeX,
  82.    some of the fonts used are derived (by simple geometric
  83.    transformations, implemented in PostScript) from the existing
  84.    fonts.  Oblique fonts are made by "sloping" an upright font,
  85.    SmallCaps fonts contain the upper-case glyphs from an existing font
  86.    reduced by 20%, etc.  It would be nice if such fonts had been
  87.    designed from scratch and made available to the general public, but
  88.    they haven't been, and we're stuck with the situation.  Hence some
  89.    PostScript needs to be sent to the printer to "generate" these
  90.    fonts.  Suitable PostScript can be found in makefonts.ps, and this
  91.    can be tacked onto the end of any existing header file that your
  92.    convertor uses.
  93.  
  94. ------------------------------------------------------------------------
  95. More information, and a guide to possible problems, is in pslatex.tex.
  96. ------------------------------------------------------------------------
  97.